@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:"Microsoft YaHei",Arial,sans-serif; padding-top: 100px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none; font-family:"Microsoft YaHei",Arial,Verdana,sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color: #e60c21;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1200px; margin: 0 auto;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 8px;  height: 8px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #34495e;}

/*顶部*/
.header{ width: 100%; height:100px; padding: 0 110px; background:#fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; }
.header .logo{ height: 100px; padding: 29px 0;}
.header .nav>ul>li{ line-height: 100px; position: relative; margin-left: 66px;}
.header .nav>ul>li:before{ content: ""; width:0; height: 4px;background: #e60c21; border-radius: 4px; position: absolute; left: 50%; bottom:20px; z-index: 1; transform: translate(-50%, 0); opacity: 0; transition: all .4s;}
.header .nav>ul>li>a{ font-size: 18px; color: #333;  display: block; position: relative; z-index: 11; transition: all .4s;}
.header .nav>ul>li:hover:before{ width:30px; opacity: 1;}
.header .nav>ul>li.on>a{color: #e60c21;}
.header .nav>ul>li .subnav{ width: 156px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); padding: 15px 0; position: absolute; left: 50%; top: 100px; transform: translateX(-50%); display: none; overflow: hidden;}
.header .nav>ul>li .subnav a{ line-height: 30px; text-align: center; display: block; font-size:15px;}
.header .nav>ul>li .subnav a:hover{ color: #e60c21;}
.header .lang{ margin-left: 60px;}
.header .lang a{ width: 38px; font-size: 13px; color: #666; text-align: center; font-weight: bold; border: #666 solid 2px; border-radius: 3px; display: block; margin-left: 6px; transition: all 0.4s ease;}
.header .lang a.cur,.header .lang a:hover{ background: #e60c21; border: #e60c21 solid 2px; color: #fff;}
.menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; z-index: 1111;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide .bannerText{ text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.banner .swiper-container .swiper-slide .bannerText h3{ font-size: 73px; color: #fff; letter-spacing:3px}
.banner .swiper-container .swiper-slide .bannerText dl{ font-size: 23px; color: #fff; font-weight: bold; letter-spacing:3px}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .swiper-pagination-bullet{ width: 16px; height: 16px; background: none; border: #fff solid 2px; opacity: 1;}
.banner .swiper-pagination-bullet-active{ background: #e60c21; border: #e60c21 solid 2px;}
.banner .swiper-pagination{ bottom: 50px !important;}
.banner .arrow-left,.banner .arrow-right{width: 45px; height: 28px; position: absolute; top: 50%; z-index: 11; display: none;}
.banner:hover .arrow-left,.banner:hover .arrow-right{ display: block;}
.banner .arrow-left{  background: url(../images/arrow-left.png) no-repeat center; left: 70px;}
.banner .arrow-right{ background: url(../images/arrow-right.png) no-repeat center; right: 70px;}

.neiBanner{ height: 450px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}
.neiBanner .bannerText{ text-align: center;}
.neiBanner .bannerText h2{ font-size: 48px; color: #fff;}
.neiBanner .bannerText p{ font-size: 20px; color: #fff; font-weight: bold; position: relative; display: inline-block;}
.neiBanner .bannerText p::before{ content: ""; width: 40px; height: 1px; background: #fff; position: absolute; left: -50px; top:50%;}
.neiBanner .bannerText p::after{ content: ""; width: 40px; height: 1px; background: #fff; position: absolute; right: -50px; top:50%;}

.title{ text-align: center; margin-bottom: 35px;}
.title h2{ font-size: 35px; color: #333; line-height: 1; margin-bottom: 5px; display: inline-block; position: relative;}
.title h2::before{ content: ""; width: 56px; height: 12px; background: url(../images/icon08.png) no-repeat; position: absolute; left: -70px; top: 50%; transform: translateY(-50%);}
.title h2::after{ content: ""; width: 56px; height: 12px; background: url(../images/icon09.png) no-repeat; position: absolute; right: -70px; top: 50%; transform: translateY(-50%);}
.title p{ font-size: 17px; color: #b5b5b5; font-weight: bold; line-height: 1;}

.ntitle{ margin-bottom: 35px; display: flex; align-items: flex-end;}
.ntitle h2{ font-size: 35px; color: #333; line-height: 1; margin-right: 10px;}
.ntitle p{ font-size: 17px; color: #b5b5b5; font-weight: bold; line-height: 1; text-transform: uppercase;}

.iabout{ padding: 115px 0 82px;}
.iabout .con{ width: calc(100% - 646px); padding-right: 48px;}
.iabout .con .text{ line-height: 25px; margin-bottom: 30px;}
.iabout .con a.more{ width: 180px; height: 50px; line-height: 50px; background: #333333 url(../images/icon01.png) no-repeat right 38px center; color: #fff; padding-left: 45px; display: block;}
.iabout .con a.more:hover{ background: #e60c21 url(../images/icon01.png) no-repeat right 38px center; }
.iabout .pic{ width: 646px;}
.iabout .pic .swiper { padding-bottom: 30px;}
.iabout .pic .swiper .swiper-slide img{width:100%;}
.iabout .swiper-pagination{ bottom: 0 !important;}
.iabout .swiper-pagination-bullet{ width: 203px; height: 3px; background: #dddddd; border:none; border-radius: 0; opacity: 1;}
.iabout .swiper-pagination-bullet-active{ background: #e60012;}

.num{ background: url(../images/numBg.jpg) no-repeat center; background-size: cover;}
.num .box ul{height: 350px; }
.num .box ul li{ text-align: center;}
.num .box ul li i{ width: 126px; height: 126px; line-height: 126px; text-align: center; background: #e60c21; border-radius: 126px; display: block; margin: 0 auto;}
.num .box ul li ol{ padding-top: 10px;}
.num .box ul li ol h3{ font-size: 18px; color: #000; line-height: 1; }
.num .box ul li ol dl{ font-size: 15px; color: #666; margin-top: 5px;}
.num .box ul li i{transition: all .4s;-webkit-transition: all .4s;}
.num .box ul li:hover i {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;}

.ipro{ padding: 65px 0 95px;}
.ipro .box{ position: relative;}
.ipro .box .swiper .swiper-slide dl{ padding-bottom:100%; border: #e1e1e1 solid 2px;}
.ipro .box .swiper .swiper-slide dl img{ padding: 15px;}
.ipro .arrow-left,.ipro .arrow-right{width: 53px; height: 53px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 11;}
.ipro .arrow-left{  background: url(../images/arrow-left02.png) no-repeat center; left: -80px;}
.ipro .arrow-right{ background: url(../images/arrow-right02.png) no-repeat center; right: -80px;}

.r_d{ padding: 60px 0 80px; background: url(../images/rdBg.jpg) no-repeat center top; background-size: cover;}
.r_d .title h2{ color: #fff;}
.r_d .title h2::before{  background: url(../images/icon10.png) no-repeat; }
.r_d .title h2::after{  background: url(../images/icon11.png) no-repeat; }
.r_d .title p{ color: #fbb4b4;}
.r_d .box{ background: #fff;}
.r_d .box .pic{ width: 50%;}
.r_d .box .text{ width: 50%; padding: 0 50px; color: #333; line-height: 25px;}

.inews{ padding: 90px 0 110px; background: #eaeaea;}
.inews .box ul{ margin: 0 -11px;}
.inews .box ul li{ width: 33.33%; padding: 0 11px;}
.inews .box ul li a{ position: relative; display: block; transition: all 0.4s ease;}
.inews .box ul li a:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .1);}
.inews .box ul li dl{ padding-bottom: 64.935%;}
.inews .box ul li ol{ background: #fff; padding: 20px 28px 30px;}
.inews .box ul li ol h3{ height: 44px; font-size: 18px; color: #333; font-weight: normal; line-height: 22px; margin-bottom: 8px;}
.inews .box ul li ol dt{ height: 60px; color: #888888; font-size:14px; line-height: 20px; overflow: hidden;}
.inews .box ul li .date{ width: 60px; height: 60px; padding: 6px 0; background: #e60c21; color: #fff; font-size: 13px; text-align: center; position: absolute; right: 10px; top:10px}
.inews .box ul li .date dd{ font-size: 30px; font-weight: bold; line-height: 1;}

.bread{ background: #f5f5f5; line-height: 60px;}

.about{ padding: 60px 0 100px;}
.factory{ padding: 70px 0 120px; background: #eaeaea;}
.factory .item{ display: flex; background: #fff; margin-bottom: 20px; transition: all 0.4s ease;}
.factory .item:hover{box-shadow: 0 0 18px rgba(0, 0, 0, .15);}
.factory .item .pic{ width: 50%; position: relative;}
.factory .item .pic h3{ background: #e60c21; color: #fff; font-size: 16px; font-weight: normal; line-height: 34px; padding: 0 20px; position: absolute; left: 30px; top: 30px;}
.factory .item .con{ width: 50%; padding:20px 40px;}
.factory .item .con h3{ font-size: 20px; color: #000; margin-bottom: 10px;}
.factory .item .con .text{ line-height: 25px;}
.factory .item:nth-child(even){ flex-direction: row-reverse;}

.culture{ padding: 60px 0 140px;}
.culture .box{ background: #eaeaea;}
.culture .box .pic{ width: 50%;}
.culture .box .con{ width: 50%; font-weight: bold; line-height: 25px; padding: 20px 118px;}
.culture .box .con strong,.culture .box .con b{ color: #000; font-size: 18px;}
.culture .list{ margin-top: 100px;}
.culture .list ul li{ text-align: center;}
.culture .list ul li i{ width: 60px; height: 60px; line-height: 60px; background: #eaeaea; border-radius: 50%; display: block; margin: 0 auto; overflow: hidden; transition: background 0.4s ease;}
.culture .list ul li h3{ font-size: 18px; color: #000; font-weight: normal; margin-top: 15px;}
.culture .list ul li:hover i{ background: #e60c21; }
.culture .list ul li:hover i img{ filter: drop-shadow(#fff 0 80px); transform: translateY(-80px);}

.history{ padding: 60px 0 170px;}
.history .box{ height: 522px; background: url(../images/historyBg.png) no-repeat center; margin-top: 60px;}
.history .box ul{ width: 1120px; column-count: 5; column-width:224px; column-gap:0; column-rule-width:0;} 
.history .box ul li{width: 224px; margin: 0; padding: 0 15px; break-inside: avoid;}
.history .box ul li .tit{ font-size: 28px; color: #e60c21; margin-bottom: 10px;}
.history .box ul li .text{ color: #000; line-height: 24px;}
.history .box ul li:nth-child(odd){ height: 390px; padding-top: 50px; margin-right: 0; margin-left:0;}
.history .box ul li:nth-child(even){ margin-left: 110px;}

.honor{ padding: 60px 0 170px;}
.honor .box ul{column-count: 2;}
.honor .box ul li{ width: 100%; break-inside: avoid; display: flex; align-items: center; margin-bottom: 10px;}
.honor .box ul li .tit{ width: 30px; height: 30px; line-height: 30px; background: #e60c21; border-radius: 30px; color: #fff; text-align: center; flex: 0 0 auto; margin-right: 10px;}
.honor .box ul li .text{ width: calc(100% - 40px); color: #000;}

.organizational{padding: 60px 0 170px;}
.organizational .box{ text-align: center; padding: 70px 0;}

.team{ padding: 60px 0 170px;}
.team .box{ background: #e60c21; margin-top: 105px;}
.team .con{ width: 440px; flex: 0 0 auto; padding: 0 75px; color: #fff; line-height: 25px;}
.team .con dl{ text-align: right; margin-bottom: 25px;}

.products{ padding: 60px 0 70px;}
.products .box ul{ margin: 0 -18px;}
.products .box ul li{ width: 33.33%; padding: 0 18px; margin-bottom: 28px;}
.products .box ul li dl{ padding-bottom: 73%; border: #e1e1e1 solid 2px;}
.products .box ul li dl img{ padding: 15px;}

.yanfa{ padding-top: 60px;}
.yanfa .box{ padding-bottom: 77px;}
.yanfa .box .text{ width: 50%; padding-right: 56px; line-height: 1.6;}
.yanfa .box .pic{ width: 50%; padding-left: 10px;}
.yanfa .picBox{ padding: 80px 0 105px; background: #efefef;}
.yanfa .picBox ul li{ border: #d4d4d4 solid 1px; background: #fff;}

.shengchan{ padding-top: 60px;}
.shengchan .box{ padding-bottom: 140px;}
.shengchan .box .text{ margin-bottom: 70px;}
.shengchan .box .text table th{  background: #e7e6e6; padding:10px 6px; color: #000; text-align: left;}
.shengchan .box .text table td{ color: #333; border:#e7e6e6 solid 1px; padding: 6px;}
.shengchan .box .pic ul{ margin: 0 -5px;}
.shengchan .box .pic ul li{ width: 12.5%; padding: 0 5px;}
.shengchan .box .pic ul li dl{ padding-bottom: 100%; border: #d7d7d7 solid 3px; border-radius: 50%;}

.shengchan2{ padding: 65px 0 225px; background: url(../images/shengchanBg.jpg) no-repeat center; background-size: cover;}
.shengchan2 .box{ background: #fff; padding: 45px;}
.shengchan2 .box .tit{ font-size: 22px; color: #333; font-weight: bold; text-align: center; margin-bottom: 35px;}
.shengchan2 .box .text table th{  background: #e7e6e6; padding:10px 6px; color: #000; text-align: left;}
.shengchan2 .box .text table td{ color: #333; border:#e7e6e6 solid 1px; padding: 6px;}

.yanpei{ padding: 60px 0 90px;}
.yanpei .box{ background: #efefef; display: flex; flex-direction: row-reverse; align-items: center;}
.yanpei .box .pic{ width: 50%;}
.yanpei .box .con{ width: 50%; padding: 20px 95px; color: #333; line-height: 1.6;}

.yanpei2{ padding: 75px 0 140px; background: #efefef;}
.yanpei2 .box .pic{ width: 50%;}
.yanpei2 .box .con{ width: 50%;}
.yanpei2 .box .con .tit{ font-size: 22px; font-weight: bold; color: #000; text-align: center; margin-bottom: 20px;}
.yanpei2 .box .text table{ text-align: center; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .2);}
.yanpei2 .box .text table th{  background: #e7e6e6; padding:10px 6px; color: #000;}
.yanpei2 .box .text table td{ font-size: 15px; color: #333; border:#e7e6e6 solid 1px; padding: 8px;}

.guankong{ padding: 60px 0;}
.guankong .box{ background: #efefef; margin-bottom: 30px;}
.guankong .box .pic{ width: 50%;}
.guankong .box .con{ width: 50%; padding: 20px 70px; line-height: 1.6; color: #333;}
.guankong .text table th{  background: #e7e6e6; padding:10px 6px; color: #000; text-align: left;}
.guankong .text table td{ font-size: 15px; color: #333; border:#e7e6e6 solid 1px; padding: 6px;}

.guankong2{ padding: 65px 0 100px; background: #efefef;}
.guankong2 ul { margin: 0 -8px;}
.guankong2 ul li{ width: 25%; padding: 0 8px;}
.guankong2 ul li ol{ background: #fff;}
.guankong2 ul li ol dl{ padding-bottom: 73.17%;}
.guankong2 ul li ol .text{ min-height: 117px; padding: 20px; font-size: 15px; color: #333;}

.news{ padding: 60px 0 100px; background: #efefef;}
.news .box ul li{ margin-bottom: 15px;}
.news .box ul li a{ display: flex; align-items: center; background: #fff url(../images/icon17.png) no-repeat right 20px center;}
.news .box ul li .pic{ width: 356px;}
.news .box ul li .pic dl{ padding-bottom: 64.935%;}
.news .box ul li .con{ width: calc(100% - 356px); padding: 20px 135px 20px 50px;}
.news .box ul li .con .tit{ margin-bottom: 18px;}
.news .box ul li .con .tit h3{ font-size: 18px; color: #000;}
.news .box ul li .con .text{ height: 40px; color: #999; line-height: 20px; margin-bottom: 50px; overflow: hidden;}
.news .box ul li .con .date{ color: #e60c21; font-style: italic;}

.newsView{ padding: 50px 0 ;}
.newsView .con{ width: calc(100% - 360px);}
.newsView .con .newsHead{ border-bottom: #eaeaea solid 1px; padding-bottom: 15px;}
.newsView .con .newsHead h1{ font-size: 25px; font-weight: normal; color: #000; margin-bottom: 10px;}
.newsView .con .newsHead p{ color: #999;}
.newsView .con .text{ line-height: 25px; padding: 50px 0;}
.newsView .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 0; overflow: hidden; position: relative;}
.newsView .viewPage .box{ padding-right: 200px;}
.newsView .viewPage .box a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 10px; }
.newsView .viewPage .box b{ color: #000;}
.newsView .viewPage .box a:hover{color: #e60c21;}
.newsView .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; background: #e60c21; position:absolute; right: 0; top: 35px;}
.newsView .viewPage .back a{color: #fff; display: block;}
.newsView .other{ width: 260px;}
.newsView .other ul li{ margin-bottom: 25px;}
.newsView .other ul li h3{ font-size: 16px; color: #000; margin: 8px 0;}
.newsView .other ul li dt{ color: #999;}
.newsView .other ul li dd{ color: #e60c21; font-style: italic; margin-top: 10px;}

.join{ padding: 60px 0 90px;}
.join .box ul{ margin: 0 -15px;}
.join .box ul li{ width: 50%; padding: 0 15px; margin-bottom: 22px;}
.join .box ul li .item{ background: #fff; border: #e0e0e0 solid 1px; box-shadow: 0 0 15px rgba(0, 0, 0, .15); padding: 25px 30px; cursor: pointer;}
.join .box ul li .item:hover{ background: #f5f5f5;}
.join .box ul li .item .tit{  border-bottom: #e0e0e0 solid 1px; display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; margin-bottom: 10px;}
.join .box ul li .item .tit h3{ font-size: 20px; color: #e60c21; font-weight: normal;}
.join .box ul li .item .tit dl{ font-size: 15px; color: #000; }
.join .box ul li .item .text{ height: 125px; font-size: 15px; line-height: 25px; overflow: hidden; margin-bottom: 20px;}
.join .box ul li .item dd{ color: #e60c21; line-height: 1;}

.jobTccBox{ position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999; display: none;}
.jobTccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.jobTccBox .BoxCon{width:1000px;padding: 60px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%);background-color: #fff;}
.jobTccBox .BoxCon .off{ width: 35px; height: 35px; background:url(../images/off02.png) no-repeat center; position: absolute; top: -35px; right: -35px; cursor: pointer;}
.jobTccBox .BoxCon .con {  width: 100%; min-height: 350px; color: #333;}
.jobTccBox .BoxCon .con .tit{ font-size: 24px; color: #000; display: inline-block; border-bottom:#e60c21 solid 2px; padding-bottom: 5px; margin-bottom: 40px;}
.jobTccBox .BoxCon .con .list{ margin-bottom: 60px;}
.jobTccBox .BoxCon .con .list ul{}
.jobTccBox .BoxCon .con .list ul li{ width: 33.33%; margin-bottom: 8px;}
.jobTccBox .BoxCon .con .list ul li span{color: #e60c21;}
.jobTccBox .BoxCon .con .text{ line-height: 1.6; margin-bottom: 60px;}
.jobTccBox .BoxCon .con .text dl{ font-size: 18px; color: #e60c21; margin-bottom: 10px;}
.jobTccBox .BoxCon .con a.more{ width: 180px; height: 50px; line-height: 50px; text-align: center; background: #e60c21; color: #fff; font-size: 18px; display: block;}
.jobTccBox .BoxCon .con a.more:hover{ background: #d60a1e;}

.jobform{ padding: 60px 0 100px; font-size: 16px;}
.jobform .box{ padding-top: 10px;}
.jobform p { margin-bottom: 5px;}
.jobform p span{ font-size: 15px; color: rgb(255, 0, 0);}
.jobform input{ width: 100%; height: 54px; font-size: 16px; padding-left: 15px; border: #d2d2d2 solid 1px;}
.jobform input.date{ background: url(../images/icon20.png) no-repeat right 15px center;}
.jobform select{ width: 100%; height: 54px;font-size: 16px; padding-left: 15px; border: #d2d2d2 solid 1px; appearance:none; -moz-appearance:none; -webkit-appearance:none; outline: none; background: url(../images/icon19.png) no-repeat right 15px center;}
.jobform textarea{ width: 100%; height: 180px;font-size: 16px; padding:10px 15px; border: #d2d2d2 solid 1px;}
.jobform button{ width: 320px; height: 60px; border: none; font-size: 20px; color: #fff; margin-right: 20px; cursor: pointer;}
.jobform button[type="submit"]{ background: #e60c21;}
.jobform button[type="submit"]:hover{background: #d60a1e;}
.jobform button[type="reset"]{ background: #313131;}
.jobform button[type="reset"]:hover{ background: #252525;}
.jobform ul{ margin: 0 -13px; overflow: hidden;}
.jobform ul li{ width: 33.33%; padding: 0 13px; margin-bottom: 20px; float: left;}
.jobform ul ol{ width: 100%; padding: 0 13px; margin-bottom: 20px; }

.contact{ padding: 60px 0 80px;}
.contact .box{ padding-top: 20px;}
.contact .box .item{ width: 50%; line-height: 1.6; color: #333;}
.contact .box .item:nth-child(2){ padding-left: 120px;}
.contact .box .item h3{ font-size: 22px; color: #333;}
#map{ height: 570px;}

.footer{ padding: 0 0 30px; background: #313131; color: #999; }
.footer .wrap{}
.footer a{ color: #999;}
.footer a:hover{ color: #e60c21;}
.footer .tit{ width: 180px; height: 50px; line-height: 50px; color: #fff; font-size: 25px; text-align: center; background: #e60c21; margin-bottom: 20px; position: relative; top: -25px; z-index: 111;}
.footer .fmain{ padding-bottom: 36px;}
.footer .fmain .fcontact .text{ line-height: 26px;}
.footer .fmain .fnav{}
.footer .fmain .fnav ul li{ margin-left: 45px;}
.footer .fmain .fnav ul li dl{ color: #fff; font-size: 17px; margin-bottom: 15px;}
.footer .fmain .fnav ul li ol a{ display: block; line-height: 25px; font-size: 14px;}
.footer .copyright{ line-height: 60px; border-top: 1px solid #747373;}

/*===/分页=============================*/
.fenye { padding-top: 35px; text-align:center}
.fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.fenye li {display:inline-block!important; margin: 0 1px;}
.fenye a { font-size: 15px; color:#333;padding:10px 15px;line-height:18px; background: #e2e2e2; display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.fenye .active {pointer-events:none}
.fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
.fenye li.active a,.fenye li a:hover{background: #e60c21; color: #fff; }


/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px; cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}


@media (max-width: 1620px) {
    .header .nav>ul>li{margin-left: 38px;}
}

@media (max-width: 1430px) {
    .header{ padding: 0 50px;}
    .header .nav>ul>li>a{ font-size: 16px;}
    .header .lang { margin-left: 30px; }
    .header .lang a{ font-size: 12px;}

    .banner .swiper-container .swiper-slide .bannerText h3{ font-size: 55px;}
    .banner .swiper-container .swiper-slide .bannerText dl{ font-size: 16px;}
}

@media (max-width: 1366px) {
    .ipro .arrow-left{ left: -70px;}
    .ipro .arrow-right{ right: -70px;}

}
@media (max-width: 1250px) {
    .wrap{ width: 100%; padding:0 20px;}
    .header{ padding: 0 20px;}

    .title h2{ font-size: 32px;}
    .title p{ font-size: 15px;}

    .ntitle h2{ font-size: 30px;}
    .ntitle p{ font-size: 15px;}

    .iabout { padding: 80px 0 65px; }
    .iabout .con a.more { width: 160px; height: 46px; line-height: 46px; padding-left: 39px; }

    .num .box ul li ol h3{ font-size: 16px;}

    .ipro .arrow-left, .ipro .arrow-right{ display: none;}

    .inews { padding: 70px 0 110px;}
    .inews .box ul li ol dt{ font-size: 14px;}

    .footer{ font-size: 15px;}
    .footer .fmain .fnav ul li dl{ font-size: 16px;}
}

@media (max-width: 1030px) {
    body{ font-size: 14px;}

    .header .logo{ padding: 35px 0;}
    .header .nav>ul>li{ margin-left: 26px;}

    .neiBanner { height: 360px;}
    .neiBanner .bannerText h2{ font-size: 40px;}

    .inews .box ul li ol h3{ font-size: 17px;}

    .footer{ font-size: 13px;}
    .footer .tit { width: 160px; height: 50px; line-height: 50px; font-size: 22px;}
    .footer .fmain .fnav ul li { margin-left: 25px; }
    .footer .fmain .fnav ul li ol a{ font-size: 13px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; padding: 0 15px; background:#fff;  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 18px 0; }
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav{float: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-left: 0; line-height: 50px; border-bottom: #eee solid 1px; float: none;}
    .header .nav>ul>li:before {display: none;}
    .header .nav>ul>li>a{font-size: 15px; padding-left: 15px; line-height: 45px;}
    .header .nav>ul>li .subnav{ width: 100%; position: relative; top:0; left: 0; transform:inherit; box-shadow:inherit; background: #f2f2f2; padding: 10px 0;}
    .header .nav>ul>li .subnav a{ text-align: left; padding: 0 15px;}
    .header .lang { margin-left: 10px; margin-top: 15px; }

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide .bannerText{ width: 90%;}
    .banner .swiper-container .swiper-slide .bannerText h3{ font-size: 18px;letter-spacing:0; margin-bottom: 3px;}
    .banner .swiper-container .swiper-slide .bannerText dl{ font-size: 12px; font-weight: normal; letter-spacing:0;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .swiper-pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px; background:#900a07; margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}

    .neiBanner{ height: 120px;}
    .neiBanner .bannerText h2{ font-size: 20px;}
    .neiBanner .bannerText p{ font-size: 12px;}

    .title{ margin-bottom: 25px;}
    .title h2{ font-size: 22px;}
    .title h2::before{ width: 38px; height: 8px; background-size: 38px auto; left: -50px;}
    .title h2::after{ width: 38px; height: 8px; background-size: 38px auto; right: -50px;}
    .title p{ font-size: 12px; font-weight: normal;}

    .ntitle { margin-bottom: 20px; display: block; text-align: center; }
    .ntitle h2{ font-size: 22px; margin-right:0; margin-bottom: 5px;}
    .ntitle p{ font-size: 12px; font-weight: normal;}

    .iabout { padding: 45px 0; }
    .iabout .con{ width: 100%; padding-right: 0;}
    .iabout .pic{ width: 100%;}

    .num .box ul{ height:auto; padding: 30px 0 10px; flex-wrap:wrap; align-items: flex-start;}
    .num .box ul li{ width: 33.33%; margin-bottom: 20px;}
    .num .box ul li i{ width: 70px; height: 70px; line-height: 70px;}
    .num .box ul li i img{ height: 30px;}
    .num .box ul li ol h3{ font-size: 14px;}
    .num .box ul li ol dl{ font-size: 13px;}

    .ipro { padding: 45px 0; }
    .ipro .box{ text-align: center;}
    .ipro .arrow-left, .ipro .arrow-right{ width: 30px; height: 30px; background-size: cover; top: inherit; transform: inherit; position: relative; display: inline-block; margin-top: 15px;}
    .ipro .arrow-left{ left: 0;}
    .ipro .arrow-right{ right: 0;}

    .r_d { padding: 45px 0;}
    .r_d .box{ display: block;}
    .r_d .box .pic{ width: 100%;}
    .r_d .box .text{ width: 100%; padding: 25px; line-height: 1.6;}

    .inews { padding: 45px 0 50px; }
    .inews .box ul li{ width: 100%; margin-bottom: 10px;}
    .inews .box ul li ol {padding: 20px;}
    .inews .box ul li ol h3{ font-size: 16px;}
    .inews .box ul li ol dt{ font-size: 14px;}

    .bread {line-height: 40px; font-size: 13px;}

    .about { padding: 45px 0; }
    .factory { padding: 45px 0 60px;}
    .factory .item{ display: block; margin-bottom: 10px;}
    .factory .item .pic{ width: 100%;}
    .factory .item .con{ width: 100%; padding: 25px;}
    .factory .item .con h3{ font-size: 18px;}
    .factory .item .con .text{ line-height: 1.5;}

    .culture { padding: 45px 0 60px; }
    .culture .box{ display: block;}
    .culture .box .pic{ width: 100%;}
    .culture .box .con{ width: 100%; padding: 25px; font-weight: normal;}
    .culture .box .con strong, .culture .box .con b{ font-size: 16px;}
    .culture .list { margin-top: 50px; }
    .culture .list ul{ flex-wrap: wrap; justify-content: center;}
    .culture .list ul li{ width: 33.33%; margin-bottom: 20px;}
    .culture .list ul li h3{ font-size: 16px; margin-top: 10px;}
    .culture .list ul li p{ font-size: 12px;}

    .history { padding: 45px 0 60px; }
    .history .box{ height: auto; background: none; margin-top: 0;}
    .history .box ul{ width: 100%; column-count:1; column-width:100%;}
    .history .box ul li{ width: 100%; margin-bottom: 15px;}
    .history .box ul li:nth-child(even) { margin-left: 0; }
    .history .box ul li:nth-child(odd) { height: auto; padding-top: 0;}
    .history .box ul li .tit { font-size: 20px; margin-bottom: 2px; }
    .history .box ul li .text{ line-height: 1.6;}

    .honor { padding:45px 0 60px; }
    .honor .box ul{column-count:1;}

    .organizational { padding: 45px 0 60px; }
    .organizational .box{ padding: 0;}

    .team { padding:45px 0 60px; }
    .team .box{ display: block; margin-top: 0;}
    .team .con{ width: 100%; padding: 25px;}
    .team .con dl{ text-align: center; margin-bottom: 15px;}
    .team .con dl img{ height: 30px;}

    .products { padding:45px 0 60px; }
    .products .box ul { margin: 0 -5px;}
    .products .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}

    .yanfa { padding-top: 45px; }
    .yanfa .box{ display: block; padding-bottom: 45px;}
    .yanfa .box .text{ width: 100%; padding: 0; margin-bottom: 20px;}
    .yanfa .box .pic{ width: 100%; padding: 0;}
    .yanfa .picBox { padding: 40px 0 60px;}

    .shengchan { padding-top: 45px; }
    .shengchan .box { padding-bottom: 40px; }
    .shengchan .box .pic ul{ flex-wrap: wrap;}
    .shengchan .box .pic ul li{ width: 25%;}
    .shengchan .box .text { margin-bottom: 30px; }
    .shengchan .box .text table th{ font-size: 12px;}
    .shengchan .box .text table td{ font-size: 12px;}
    .shengchan .box .pic ul li { margin-bottom: 5px;}
    .shengchan .box .pic ul li dl{ border: none;}

    .shengchan2 { padding: 45px 0 60px;}
    .shengchan2 .box .tit{ font-size: 20px; margin: 15px 0;}
    .shengchan2 .box { padding: 10px; }
    .shengchan2 .box .text table th{font-size: 12px;}
    .shengchan2 .box .text table td{font-size: 12px;}

    .yanpei { padding: 45px 0; }
    .yanpei .box{ display: block;}
    .yanpei .box .pic { width: 100%;}
    .yanpei .box .con{ width: 100%; padding: 25px;}

    .yanpei2{ padding: 45px 0 60px;}
    .yanpei2 .box{ flex-wrap: wrap; flex-direction: column-reverse;}
    .yanpei2 .box .pic{ width: 100%;}
    .yanpei2 .box .con{ width: 100%;  margin-bottom: 20px;}
    .yanpei2 .box .text table th{ font-size: 12px;}
    .yanpei2 .box .text table td{ font-size: 12px;}

    .guankong { padding: 45px 0; }
    .guankong .box{ display: block;}
    .guankong .box .pic{ width: 100%;}
    .guankong .box .con{ width: 100%; padding: 25px;}
    .guankong .text{ overflow-x: auto;}
    .guankong .text table th{ font-size: 12px;}
    .guankong .text table td{ font-size: 12px;}

    .guankong2{ padding: 45px 0 60px;}
    .guankong2 ul{ margin: 0 -5px;}
    .guankong2 ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .guankong2 ul li ol .text{min-height: 120px; font-size: 13px; padding: 15px;}

    .news {padding:45px 0 60px; }
    .news .box ul li a{ display: block;}
    .news .box ul li .pic{ width: 100%;}
    .news .box ul li .con{ width: 100%; padding: 20px;}
    .news .box ul li .con .tit { margin-bottom: 8px; }
    .news .box ul li .con .tit h3{ font-size: 16px;}
    .news .box ul li .con .text{ margin-bottom: 20px;}

    .newsView{ padding: 30px 0 60px;}
    .newsView .wrap{ display: block;}
    .newsView .con{ width: 100%;}
    .newsView .con .newsHead h1{ font-size: 18px;}
    .newsView .con .newsHead p{ font-size: 12px;}
    .newsView .con .text{ padding: 25px 0 35px;}
    .newsView .viewPage .box { padding-right: 115px; }
    .newsView .viewPage .back { width: 100px; height: 38px; line-height: 38px; font-size: 13px;}
    .newsView .other{ width: 100%;}

    .join { padding: 45px 0 60px; }
    .join .box ul { margin: 0;}
    .join .box ul li{ width: 100%; padding: 0; margin-bottom: 15px;}
    .join .box ul li .item{ padding: 25px;}
    .join .box ul li .item .tit h3{ font-size: 16px;}
    .join .box ul li .item .tit dl{ font-size: 14px;}
    .join .box ul li .item .text{ font-size: 14px;}
    .jobTccBox .BoxCon .con a.more { width: 136px; height: 40px; line-height: 40px; font-size: 15px;}
    
    .jobTccBox .BoxCon{ width: 85%;}
    .jobTccBox .BoxCon{ padding: 20px;}
    .jobTccBox .BoxCon .con .tit{ font-size: 18px; margin-bottom: 20px;}
    .jobTccBox .BoxCon .con .list { margin-bottom: 20px; }
    .jobTccBox .BoxCon .con .list ul li{ width: 50%; font-size: 13px;}
    .jobTccBox .BoxCon .con .text{ font-size: 13px; margin-bottom: 15px;}
    .jobTccBox .BoxCon .con .text dl{ font-size: 16px;}
    .jobTccBox .BoxCon .off { width: 26px; height: 26px; background-size: cover; top: -30px; right: -20px;}

    .jobform{ padding: 25px 0 50px; font-size: 15px;}
    .jobform .tit { width: 130px; height: 40px; line-height: 38px; font-size: 15px;}
    .jobform ul li{ width: 100%; margin-bottom: 10px;}
    .jobform input.date{ background-size: 20px;}
    .jobform input {width: 100%; height: 40px; font-size: 15px;}
    .jobform select{ height: 40px; font-size: 15px;}
    .jobform textarea{ height: 100px; font-size: 15px;}
    .jobform button{ width: 100%; font-size: 16px; height: 50px; margin-right:0; margin-bottom: 10px;}

    .contact{ padding: 45px 0;}
    .contact .box{ display: block; padding: 0;}
    .contact .box .item{ width: 100%;}
    .contact .box .item h3{ font-size: 18px;}
    .contact .box .item:nth-child(2) { padding-left: 0; }
    #map {height: 300px; }
 
    .footer { padding: 0;}
    .footer .tit{ width: 116px; height: 36px; line-height: 36px; font-size: 18px; top: -18px;}
    .footer .fmain .fnav{ display: none;}
    .footer .fmain .fcontact .text { line-height: 20px; }

    /*===/分页=============================*/
    .fenye {text-align:center}
    .fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
    .fenye li {display:inline-block!important;}
    .fenye a { font-size: 13px; color:#333;padding:4px 7px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
    .fenye .active {pointer-events:none}
    .fenye .active,.fenye a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .blank-large{height:80px;line-height:80px;clear:both;font-size:0}
    .fenye li.active a,.fenye li a:hover{ color: #fff; }

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}